Html Css Color HEX #B654CF Medium Orchid

📋 copy color: '#B654CF'

red 182 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #B654CF

Tints of Medium Orchid #B654CF

RGB

 RED value IS 182 (71.48% from 255) = 38.48%

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

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

R = 38.48%
G = 17.76%
B = 43.76%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B654CF (or 0xB654CF) is known color: Medium Orchid. HEX triplet: B6, 54 and CF. RGB value is (182,84,207). Sum of RGB (Red+Green+Blue) = 182+84+207=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #B654CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654CF is #49AB30. Grayscale: #7E7E7E. Windows color (decimal): -4827953 or 13587638. OLE color: 13587638.

HSL color Cylindrical-coordinate representation of color #B654CF: hue angle of 287.8º 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 #B654CF is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 84 207 -
CMYK 0.12 0.59 0 0.19
HSL 287.8º 0.56% 0.57% -
HSV(B) 287.8º 0.59% 0.81% -
XYZ 33.72 20.79 61.27 -
YUV 127.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 182 84 207 0.12 0.59 0 0.19 287.8 0.56 0.57
Hex B6 54 CF C 3B 0 13 120 38 39
Octal 266 124 317 14 73 0 23 440 70 71
Binary 10110110 1010100 11001111 1100 111011 0 10011 100100000 111000 111001

Color Harmonies of #B654CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B654CF

Black with #B654CF

Text Example


Text Example

White with #B654CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B654CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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