Html Css Color HEX #BB71ED Medium Orchid

📋 copy color: '#BB71ED'

red 187 ◦ green 113 ◦ blue 237

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

Shades of Medium Orchid #BB71ED

Tints of Medium Orchid #BB71ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.04%

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

R = 34.82%
G = 21.04%
B = 44.13%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB71ED (or 0xBB71ED) is known color: Medium Orchid. HEX triplet: BB, 71 and ED. RGB value is (187,113,237). Sum of RGB (Red+Green+Blue) = 187+113+237=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB71ED is #448E12. Grayscale: #949494. Windows color (decimal): -4492819 or 15561147. OLE color: 15561147.

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

Color convert

RGB 187 113 237 -
CMYK 0.21 0.52 0 0.07
HSL 275.81º 0.78% 0.69% -
HSV(B) 275.81º 0.52% 0.93% -
XYZ 41.68 28.49 83.42 -
YUV 149.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 187 113 237 0.21 0.52 0 0.07 275.81 0.78 0.69
Hex BB 71 ED 15 34 0 7 114 4E 45
Octal 273 161 355 25 64 0 7 424 116 105
Binary 10111011 1110001 11101101 10101 110100 0 111 100010100 1001110 1000101

Color Harmonies of #BB71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71ED

Black with #BB71ED

Text Example


Text Example

White with #BB71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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