Html Css Color HEX #BB69EE Medium Orchid

📋 copy color: '#BB69EE'

red 187 ◦ green 105 ◦ blue 238

#BB69EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB69EE

Tints of Medium Orchid #BB69EE

RGB

 RED value IS 187 (73.44% from 255) = 35.28%

 GREEN value IS 105 (41.41% from 255) = 19.81%

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 35.28%
G = 19.81%
B = 44.91%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB69EE (or 0xBB69EE) is known color: Medium Orchid. HEX triplet: BB, 69 and EE. RGB value is (187,105,238). Sum of RGB (Red+Green+Blue) = 187+105+238=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69EE is #449611. Grayscale: #909090. Windows color (decimal): -4494866 or 15624635. OLE color: 15624635.

HSL color Cylindrical-coordinate representation of color #BB69EE: hue angle of 276.99º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB69EE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 105 238 -
CMYK 0.21 0.56 0 0.07
HSL 276.99º 0.8% 0.67% -
HSV(B) 276.99º 0.56% 0.93% -
XYZ 40.98 26.84 83.91 -
YUV 144.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 187 105 238 0.21 0.56 0 0.07 276.99 0.8 0.67
Hex BB 69 EE 15 38 0 7 115 50 43
Octal 273 151 356 25 70 0 7 425 120 103
Binary 10111011 1101001 11101110 10101 111000 0 111 100010101 1010000 1000011

Color Harmonies of #BB69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69EE

Black with #BB69EE

Text Example


Text Example

White with #BB69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69EE; }

 p { color: rgb(187,105,238); }

 H1.HeaderClassName
 {
   color: #BB69EE;
 }
 .AnyTagClassName
 {
   color: #BB69EE;
 }
</style>

background-color css

<style>
 a { background-color: #BB69EE; }

 a { background-color: rgb(187,105,238); }

 div.DivClassName
 {
   background-color: #BB69EE;
 }
 .BgClassName
 {
   background-color: #BB69EE;
 }
</style>

border-color css

<style>
 span { border-color: #BB69EE; }

 span { border-color: rgb(187,105,238); }

 td.TdClassName
 {
   border-color: #BB69EE;
 }
 .TagClassName
 {
   border-color: #BB69EE;
 }
</style>