Html Css Color HEX #B969CF Medium Orchid

📋 copy color: '#B969CF'

red 185 ◦ green 105 ◦ blue 207

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

Shades of Medium Orchid #B969CF

Tints of Medium Orchid #B969CF

RGB

 RED value IS 185 (72.66% from 255) = 37.22%

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

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

R = 37.22%
G = 21.13%
B = 41.65%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B969CF (or 0xB969CF) is known color: Medium Orchid. HEX triplet: B9, 69 and CF. RGB value is (185,105,207). Sum of RGB (Red+Green+Blue) = 185+105+207=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B969CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969CF is #469630. Grayscale: #8C8C8C. Windows color (decimal): -4625969 or 13593017. OLE color: 13593017.

HSL color Cylindrical-coordinate representation of color #B969CF: hue angle of 287.06º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B969CF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 105 207 -
CMYK 0.11 0.49 0 0.19
HSL 287.06º 0.52% 0.61% -
HSV(B) 287.06º 0.49% 0.81% -
XYZ 36.32 24.92 61.93 -
YUV 140.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 185 105 207 0.11 0.49 0 0.19 287.06 0.52 0.61
Hex B9 69 CF B 31 0 13 11F 34 3D
Octal 271 151 317 13 61 0 23 437 64 75
Binary 10111001 1101001 11001111 1011 110001 0 10011 100011111 110100 111101

Color Harmonies of #B969CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969CF

Black with #B969CF

Text Example


Text Example

White with #B969CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969CF; }

 p { color: rgb(185,105,207); }

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

background-color css

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

 a { background-color: rgb(185,105,207); }

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

border-color css

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

 span { border-color: rgb(185,105,207); }

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