Html Css Color HEX #B466CA Medium Orchid

📋 copy color: '#B466CA'

red 180 ◦ green 102 ◦ blue 202

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

Shades of Medium Orchid #B466CA

Tints of Medium Orchid #B466CA

RGB

 RED value IS 180 (70.7% from 255) = 37.19%

 GREEN value IS 102 (40.23% from 255) = 21.07%

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 37.19%
G = 21.07%
B = 41.74%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B466CA (or 0xB466CA) is known color: Medium Orchid. HEX triplet: B4, 66 and CA. RGB value is (180,102,202). Sum of RGB (Red+Green+Blue) = 180+102+202=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #B466CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466CA is #4B9935. Grayscale: #888888. Windows color (decimal): -4954422 or 13264564. OLE color: 13264564.

HSL color Cylindrical-coordinate representation of color #B466CA: hue angle of 286.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B466CA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 102 202 -
CMYK 0.11 0.50 0 0.21
HSL 286.8º 0.49% 0.6% -
HSV(B) 286.8º 0.5% 0.79% -
XYZ 34.23 23.47 58.6 -
YUV 136.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 180 102 202 0.11 0.50 0 0.21 286.8 0.49 0.6
Hex B4 66 CA B 32 0 15 11F 31 3C
Octal 264 146 312 13 62 0 25 437 61 74
Binary 10110100 1100110 11001010 1011 110010 0 10101 100011111 110001 111100

Color Harmonies of #B466CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466CA

Black with #B466CA

Text Example


Text Example

White with #B466CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466CA; }

 p { color: rgb(180,102,202); }

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

background-color css

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

 a { background-color: rgb(180,102,202); }

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

border-color css

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

 span { border-color: rgb(180,102,202); }

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