Html Css Color HEX #B254CF Medium Orchid

📋 copy color: '#B254CF'

red 178 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #B254CF

Tints of Medium Orchid #B254CF

RGB

 RED value IS 178 (69.92% from 255) = 37.95%

 GREEN value IS 84 (33.2% from 255) = 17.91%

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 37.95%
G = 17.91%
B = 44.14%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B254CF (or 0xB254CF) is known color: Medium Orchid. HEX triplet: B2, 54 and CF. RGB value is (178,84,207). Sum of RGB (Red+Green+Blue) = 178+84+207=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B254CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254CF is #4DAB30. Grayscale: #7D7D7D. Windows color (decimal): -5090097 or 13587634. OLE color: 13587634.

HSL color Cylindrical-coordinate representation of color #B254CF: hue angle of 285.85º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B254CF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 84 207 -
CMYK 0.14 0.59 0 0.19
HSL 285.85º 0.56% 0.57% -
HSV(B) 285.85º 0.59% 0.81% -
XYZ 32.79 20.31 61.22 -
YUV 126.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 178 84 207 0.14 0.59 0 0.19 285.85 0.56 0.57
Hex B2 54 CF E 3B 0 13 11E 38 39
Octal 262 124 317 16 73 0 23 436 70 71
Binary 10110010 1010100 11001111 1110 111011 0 10011 100011110 111000 111001

Color Harmonies of #B254CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254CF

Black with #B254CF

Text Example


Text Example

White with #B254CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254CF; }

 p { color: rgb(178,84,207); }

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

background-color css

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

 a { background-color: rgb(178,84,207); }

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

border-color css

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

 span { border-color: rgb(178,84,207); }

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