Html Css Color HEX #B265CF Medium Orchid

📋 copy color: '#B265CF'

red 178 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #B265CF

Tints of Medium Orchid #B265CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.78%

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

R = 36.63%
G = 20.78%
B = 42.59%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B265CF (or 0xB265CF) is known color: Medium Orchid. HEX triplet: B2, 65 and CF. RGB value is (178,101,207). Sum of RGB (Red+Green+Blue) = 178+101+207=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #B265CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265CF is #4D9A30. Grayscale: #878787. Windows color (decimal): -5085745 or 13591986. OLE color: 13591986.

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

Color convert

RGB 178 101 207 -
CMYK 0.14 0.51 0 0.19
HSL 283.58º 0.52% 0.6% -
HSV(B) 283.58º 0.51% 0.81% -
XYZ 34.28 23.28 61.72 -
YUV 136.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 178 101 207 0.14 0.51 0 0.19 283.58 0.52 0.6
Hex B2 65 CF E 33 0 13 11C 34 3C
Octal 262 145 317 16 63 0 23 434 64 74
Binary 10110010 1100101 11001111 1110 110011 0 10011 100011100 110100 111100

Color Harmonies of #B265CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265CF

Black with #B265CF

Text Example


Text Example

White with #B265CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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