Html Css Color HEX #BB69ED Medium Orchid

📋 copy color: '#BB69ED'

red 187 ◦ green 105 ◦ blue 237

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

Shades of Medium Orchid #BB69ED

Tints of Medium Orchid #BB69ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 35.35%
G = 19.85%
B = 44.8%

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

#BB69ED (or 0xBB69ED) is known color: Medium Orchid. HEX triplet: BB, 69 and ED. RGB value is (187,105,237). Sum of RGB (Red+Green+Blue) = 187+105+237=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69ED is #449612. Grayscale: #909090. Windows color (decimal): -4494867 or 15559099. OLE color: 15559099.

HSL color Cylindrical-coordinate representation of color #BB69ED: hue angle of 277.27º degrees, saturation: 0.79, 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 #BB69ED is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 105 237 -
CMYK 0.21 0.56 0 0.07
HSL 277.27º 0.79% 0.67% -
HSV(B) 277.27º 0.56% 0.93% -
XYZ 40.83 26.78 83.14 -
YUV 144.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 187 105 237 0.21 0.56 0 0.07 277.27 0.79 0.67
Hex BB 69 ED 15 38 0 7 115 4F 43
Octal 273 151 355 25 70 0 7 425 117 103
Binary 10111011 1101001 11101101 10101 111000 0 111 100010101 1001111 1000011

Color Harmonies of #BB69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69ED

Black with #BB69ED

Text Example


Text Example

White with #BB69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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