Html Css Color HEX #B65BCB Medium Orchid

📋 copy color: '#B65BCB'

red 182 ◦ green 91 ◦ blue 203

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

Shades of Medium Orchid #B65BCB

Tints of Medium Orchid #B65BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.12%

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 38.24%
G = 19.12%
B = 42.65%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65BCB (or 0xB65BCB) is known color: Medium Orchid. HEX triplet: B6, 5B and CB. RGB value is (182,91,203). Sum of RGB (Red+Green+Blue) = 182+91+203=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #B65BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BCB is #49A434. Grayscale: #828282. Windows color (decimal): -4826165 or 13327286. OLE color: 13327286.

HSL color Cylindrical-coordinate representation of color #B65BCB: hue angle of 288.75º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65BCB is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 91 203 -
CMYK 0.10 0.55 0 0.20
HSL 288.75º 0.52% 0.58% -
HSV(B) 288.75º 0.55% 0.8% -
XYZ 33.81 21.74 58.91 -
YUV 130.98 168.65 164.39 -
System Red Green Blue C M Y K H S L
Decimal 182 91 203 0.10 0.55 0 0.20 288.75 0.52 0.58
Hex B6 5B CB A 37 0 14 121 34 3A
Octal 266 133 313 12 67 0 24 441 64 72
Binary 10110110 1011011 11001011 1010 110111 0 10100 100100001 110100 111010

Color Harmonies of #B65BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BCB

Black with #B65BCB

Text Example


Text Example

White with #B65BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BCB; }

 p { color: rgb(182,91,203); }

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

background-color css

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

 a { background-color: rgb(182,91,203); }

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

border-color css

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

 span { border-color: rgb(182,91,203); }

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